- The XBRL Standard
- XBRL Specifications
- Registries
- Functions Registry 1.0
- Functions Registry
- xfi:period
- 80120:
Function test xfi:period
Documentation
Tests of function xfi:period($item as schema-element(xbrli:item)) as element(xbrli:period)
Owners
Name
|
Affiliation
|
Email
|
Start
|
End
|
Herm Fischer |
UBMatrix / Mark V Systems
|
fischer@markv.com |
19-02-2008 at 00:00:00 |
|
References
http://www.xbrl.org/Specification/XF-PWD-2006-12-07.htm#_Toc152670674
Test Case Variations
V-01
Returns correct element for concept whose context is instant
Documentation
Inputs
Outputs
-
Result test:
$result instance of element(xbrli:period) and
count( $result ) eq 1 and
$result is /xbrli:xbrl/xbrli:context[@id eq 'context-earth']/xbrli:period
V-02
Period for concept with a start-end duration context
Documentation
Inputs
Outputs
-
Result test:
$result instance of element(xbrli:period) and
count( $result ) eq 1 and
$result is (//xbrli:period)[2]
V-05
Wrong node to function
Documentation
XPath-defined error for node type incorrect.
Inputs
Outputs
-
Error code: xqt-err:XPTY0004
V-06
A sequence of items as argument
Documentation
XPath-defined error for node type incorrect arity of argument.
Inputs
Outputs
-
Error code: xqt-err:XPTY0004
Revisions
Name
|
On
|
Details
|
Herm Fischer |
19-02-2008 at 00:00:00 |
Created the test case.
|